home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / pcboard / failc1.zip / FAILC.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-04-13  |  651b  |  66 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     Integer  INTEGER001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     GetUser
  24.     INTEGER001 = String(U_Stat(14))
  25.     PrintLn "@POS:27@@X0FFailed Password Attempts: @X0E" + String(INTEGER001)
  26.     Newline
  27.     Wait
  28.     End
  29.  
  30. ;------------------------------------------------------------------------------
  31. ;
  32. ; Usage report (before postprocessing)
  33. ;
  34. ; ■ Statements used :
  35. ;
  36. ;    1       End
  37. ;    1       Wait
  38. ;    1       Let 
  39. ;    1       PrintLn 
  40. ;    1       GetUser
  41. ;    1       Newline
  42. ;
  43. ;
  44. ; ■ Functions used :
  45. ;
  46. ;    1       +
  47. ;    2       String()
  48. ;    1       U_Stat()
  49. ;
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ; Analysis flags : No flag
  53. ;
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ; Postprocessing report
  57. ;
  58. ;    0       For/Next
  59. ;    0       While/EndWhile
  60. ;    0       If/Then or If/Then/Else
  61. ;    0       Select Case
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;                 AEGiS Corp - Break the routines, code against the machines!
  65. ;------------------------------------------------------------------------------
  66.